GetPen
To determine the location of the graphics pen, use theGetPen
procedure.
PROCEDURE GetPen (VAR pt: Point);
pt
- The graphics pen's current position in the current graphics port.
DESCRIPTION
In thept
parameter, theGetPen
procedure returns the current pen position. The point returned is in the local coordinates of the current graphics port.